home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #UTLT3.1 < prev    next >
Text File  |  1988-06-01  |  3KB  |  70 lines

  1.  
  2.  
  3.                                            ═══════INFO-UTILITY═══════
  4.  
  5.          Optimization  constants and OPTIONS - allow the  planner 
  6.          to  change some controllable optimization constants  and 
  7.          defaults.  These  specifications  are preserved for  the 
  8.          particular PLAN and its scenarios.  When multiple  PLANS 
  9.          are  kept  on the same disk drive,  they will all  carry 
  10.          their own unique optimization constants and OPTIONS.
  11.  
  12.          They are as follows:
  13.       ╔══════════════════════════════════════════════════════════════╗
  14.       ║                                                              ║
  15.       ║            Value to ignore in Reports:   .0001               ║
  16.       ║            Value of ZERO  (tolerance):   .00001 or D.P.      ║
  17.       ║                    for double precision  use  D.P.           ║
  18.       ║            Value for 'time estimates':   0.075               ║
  19.       ║   (use to estimate time-to-finish during optimization)       ║
  20.       ║                                                              ║
  21.       ╚══════════════════════════════════════════════════════════════╝
  22.  
  23.            
  24. ...more information on next view
  25.  
  26.  
  27.          The  above  constants are used during  the  optimization 
  28.          common to most revised simplex algorithm.  It is used in 
  29.          this version of BEST-PLAN.   The timefactor is a scaling 
  30.          number   to  approximate  the  time-to-finish  from  the 
  31.          product  between  the ROWS * COLUMNS.   This  may  be  a 
  32.          trial-and-error proposition based on the application.
  33.  
  34.       ╔═════════════════════════════════════════════════════════════╗
  35.       ║                                                             ║
  36.       ║          ..optimization OPTIONS:                            ║
  37.       ║               Minimize or Maximize : "max:"                 ║
  38.       ║               Objective Function   : "profit"               ║
  39.       ║                Optimization METHOD : primal/dual            ║
  40.       ║              OPTMZ. report control : 28                     ║
  41.       ║               Iteration TRACE cnt. : 1                      ║
  42.       ║              TRACE message control : 0                      ║
  43.       ║                                                             ║
  44.       ╚═════════════════════════════════════════════════════════════╝
  45.  
  46. ...more information on next view
  47.  
  48.  
  49.          " max: profit"  is  the default name for  the  objective 
  50.          function  created by the system from the PRICE/COST data 
  51.          statements in the INPUT file.   This allows the  planner 
  52.          to change the name for a unique application.   The MODEL 
  53.          or  plan may contain any number of objective  functions. 
  54.          The  MINIMIZE  and MAXIMIZE data statements  allows  the 
  55.          planner  to  specify  these  objective  functions.   The 
  56.          planner  is  nevertheless  requested  to  specify  which 
  57.          objective   function   is  to  be  performed  prior   to 
  58.          optimization.
  59.  
  60.          Optimization METHOD may either be PRIMAL or  DUAL as the
  61.          case maybe. You may also specify double precision arith-
  62.          metic during the  optimization  by entering  D.P. as the
  63.          value for ZERO (tolerance).
  64.  
  65.  
  66.  
  67.  
  68. ...try other screens
  69.  
  70.